Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference


Constants for Loop Status Information

QuickDraw GX allows you to loop through the printing-related objects associated with another object. For example, QuickDraw GX allows you to loop through the format objects associated with a job object.

To allow you to loop through printing-related objects, QuickDraw GX defines loop status values in the loop status enumeration:

enum {
   gxStopLooping = false,  
   gxKeepLooping = true    
};

typedef Boolean gxLoopStatus;
Constant descriptions

gxStopLooping
If returned, QuickDraw GX stops looping through the specified printing-related objects.
gxKeepLooping
If returned, QuickDraw GX keeps looping through the specified printing-related objects.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help